Is there any embedded functions to convert a bmp to a text string or I would need to implement my own ?
Thanks.
Search found 8 matches
- Thu Nov 16, 2006 5:00 pm
- Forum: Beginners
- Topic: Using an external lib, API question
- Replies: 6
- Views: 8627
Finally found the problem.
I was building with underscores and seems like it did not like it.
Keep in mind last time I wrote a DLL was for my univeristy thesis, back in 1997 (feeling old now).
Many thanks, now I can focus on the "real" stuff.
Mario Hebert
Keep in mind last time I wrote a DLL was for my univeristy thesis, back in 1997 (feeling old now).
Many thanks, now I can focus on the "real" stuff.
Mario Hebert
- Thu Nov 16, 2006 3:36 pm
- Forum: Beginners
- Topic: Using an external lib, API question
- Replies: 6
- Views: 8627
More about it...
I was a "victim" of renaming variables after a cut & paste. I still cannot get any library functions working. This is EXACTLY what I am trying to run: iffileexists>c:\testdll\lcc\testdll.dll Let>tataDLL=c:\testdll\lcc\testdll.dll let>returnVal=0 LibLoad>tataDLL,tatalib LibFunc>tatalib,Add,returnVal,...
- Tue Nov 14, 2006 8:09 pm
- Forum: Beginners
- Topic: Using an external lib, API question
- Replies: 6
- Views: 8627
Using an external lib, API question
I have created a tiny DLL library with Visual C++, the library consists of basic math functions (code appended). I tried to use the Add API to add two variables to test the feature, I got the "Unable to load DLL" return when calling it, I know the library was loaded properly since its ID is non-zero...
- Tue Nov 14, 2006 7:14 pm
- Forum: General Discussion
- Topic: Image Recognition Library
- Replies: 24
- Views: 29647
Tried it would not work.
Works, not one more question: Is it normal it takes 9 seconds to execute ? If so would you like me to try to help optimize the image library ? I have done lots of embedded programming and am pretty sure it could be made much faster. If not, what could be causing so much delays? Also, why not make th...
- Tue Nov 14, 2006 6:40 pm
- Forum: General Discussion
- Topic: Image Recognition Library
- Replies: 24
- Views: 29647
to answer your questions.
1. Which version of Macro Scheduler are you using? I am using version 8.1e 2. Where is imglib.dll located? I was suspecting it was because it could not find it so I moved it to c:\ to make debugging simpler. 3. Is your LibLoad line referencing imglib.dll correctly? I think so. Steps over it correctl...
- Tue Nov 14, 2006 5:50 pm
- Forum: General Discussion
- Topic: Image Recognition Library
- Replies: 24
- Views: 29647
Me too....
I am new to the tool, I think it has potential but I am seeing strange behavior. Don't know where the problem could be. Tried the program above and got the following log, any idea: 11/14/2006 11:22:28:296 - Started Macro : Google Button Example 11/14/2006 11:22:28:296 - iffileexists>c:\imglib.dll 11...
- Tue Nov 14, 2006 5:32 pm
- Forum: General Discussion
- Topic: Image Recognition Library
- Replies: 24
- Views: 29647
Me too....
I am new to the tool, I think it has potential but I am seeing strange behavior. Don't know where the problem could be. Tried the program above and got the following log, any idea, I have outline the part which seems wrong to me. 11/14/2006 11:38:37:015 - Started Macro : Google Button Example2 11/14...