by TimStone » Wed Jun 15, 2011 3:52 pm
I see you posted a lot of questions "overnight". I know Antonio has been working on these things very late at night ( or early morning his time ), so responses may be delayed from him.
If you have questions you can AIM chat ( MLSDG ) for a faster response, or email me directly ( "timstone@masterlinksoftware.com" ). I don't monitor the forum all day but email and IM are always live.
What tools are you using. It would appear you are implementing Harbour, but what C compiler ? I missed that.
I am using Visual Studio 2010, and Antonio is using the Express ( Free ) version for the linking and VC++ compiler.
I am using the build created in UE Studio but I believe there is a make utility in the Harbour bin.
RC's are a bit more interesting. The bottom line is that you can simply link in an .res file created with an rc compiler. I am using the one from VC 98 because the ones with VC 2005, VC 2008, and VC 2010 have issues with symbols and the linker. I've also successfully used the .res created with xBuilder.
I actually do most of my .rc file editing with a text editor. That may sound difficult, but once you understand how the line of code is structured, it makes it easy to line up all the controls vertically and horizontally. UE Studio allows you to edit the text and then display the result which is fine. If you are using Borlands Resource editor, get rid of the Borland specific controls / code. That gives you more flexibility. Someone posted, I believe earlier in this thread, about a free .rc compiler you can check out.
I still have some issues to resolve, but the majority of my program is now working. Yes, it is a very large, complex, program so my statement is significant !