View Single Post
Re: Compile with dev-cpp?
Old
  (#3)
Rick
Council Member
 
Rick's Avatar
 
Status: Offline
Posts: 690
Join Date: Dec 2003
Location: Holland
Default Re: Compile with dev-cpp? - 27-01-2004

its possible, I did it once(although I never tested if the dll actually works...). Some things it won't accept but MSVC does:
Code:
enum bleh; // for if the enum is somewhere else defined, you can't do this in dev cpp. You need to 'make' it right away 

for (int i=0;i<4;i++) // with dev cpp you can't define vars in a for line
It doesnt know some of the pragmas used in the bot and will show youy warnings about it.
  
Reply With Quote