From: Gelu S. <gel...@ya...> - 2004-03-24 16:26:16
|
Just when everybody starts getting sleepy, here I wake up, yours truly Windows guy. "Also, I did a CVS update just now, and the mysterious "dialogs.txt" file appeared, and the XPM/BPM files fixed themselves. Not sure why this wasn't working yesterday... used the exact same CVS commands." I just did my homework with SourceForge CVS service. Anonymous CVS access is on a different server than SSH. They are synchronised every 5 hours or so, that explains the delay. I am currently trying to put up a VC++ workspace with everything in it. Using wxWindows 2.4.2 and CVS. I succeeded compiling the jazzdll in msw/ . I learned the hard way that there's a dynarray.h/cpp in jazz and another one in WxWindows. As for the main jazz app, eventwin.cpp contains some code that ms compiler doesn't accept, something like something*=(((tSomething*)(int)data++) one line afer the other (sorry, I'm at work now...). error says operator ++ only works on l-values. Looks obfuscated to me anyhow. I heard someone is on it, maybe he takes care. +1 instead ++ seems to do the job. There's something spooky with wxWindows also. Compiling the libs worked fine (they have the vc++ workspaces I love), but headers make extensive reference to "wx/setup.h" which just isn't there. I had to copy it from "include\wx\msw\setup.h". I don't suppose any of you linux guys have a clue about this one... I might take up for those dialogs, seems like a task more suited for me right now, but I have to compile the damn thing first. Gelu __________________________________ Do you Yahoo!? Yahoo! Finance Tax Center - File online. File on time. http://taxes.yahoo.com/filing.html |