View Single Post
Re: Podbot Beta 3.0 Updates? ^^
Old
  (#59)
KWo
Developer of PODBot mm
 
KWo's Avatar
 
Status: Offline
Posts: 3,425
Join Date: Apr 2004
Default Re: Podbot Beta 3.0 Updates? ^^ - 15-09-2006

Quote:
Originally Posted by Austin
Thanks again for the help Kwo.
It's KWo... ("w" also in uppercase)

Quote:
Originally Posted by Austin
The makres failes, but the build still works.
Makres must in in the same directory You have the sources. Anyway You can always edit manually *.rc file - if You know what and how to change.


Quote:
Originally Posted by Austin
But a couple of things.
I have to explicitly cast this: b_WP_IsLadder = bool()(paths[WP_Index]->flags & W_FL_LADDER);
Oryginally it's:
b_WP_IsLadder = (paths[WP_Index]->flags & W_FL_LADDER)
but maybe You need to use (bool) instead bool() - dunno how VC6 works...

Quote:
Originally Posted by Austin
I also get
dll.obj : warning LNK4197: export "GiveFnptrsToDll" specified multiple times; using first specification
About this ask THE_STORM (current epodbot coder) - he has more experience with eliminate such errors/warnings.
  
Reply With Quote