View Single Post
  #8 (permalink)  
Old 03-26-2008, 07:58 AM
v0id's Avatar   
v0id v0id is offline
Retired
 
Join Date: Apr 2007
Location: Denmark
Posts: 2,649
Last Blog:
CherryPy(thon)
Rep Power: 29
v0id is a glorious beacon of lightv0id is a glorious beacon of lightv0id is a glorious beacon of lightv0id is a glorious beacon of lightv0id is a glorious beacon of lightv0id is a glorious beacon of light
Send a message via MSN to v0id
Default Re: C++ Text Editor Development

Quote:
Originally Posted by Natsuki
[...] I used wxWidgets once before with devC++ and it didn't require compiling.. all I did was palce some .dll in the library section and it worked fine.
It did require compiling, and it was compiled, exactly because those .DLL-files were placed in the "library section." You'll have to do the same thing with Visual C++. It's two different IDEs, so the way of adding .DLL-files to a project differs. It would be exactly the same, if you chose GTK+. You would still have to add the files.
__________________
05-03-2007 - 11-13-2008
Reply With Quote