View Single Post
  #1 (permalink)  
Old 07-19-2005
AlexKom AlexKom is offline
Registered User
 
 
Join Date: Jul 2005
Location: Moskow
Posts: 18
Send a message via ICQ to AlexKom
-->
Question about #include

Good day, all!

I work in Visual Studio.Net. After making, for example:
slice2cpp.exe example.ice
I receive a two file, example.h and example.cpp
But every time when I change a Slice definition I must manually fix in example.cpp file code
#include <example.h>
to
#include "example.h"
(from global scope include to local).
How it can be fixed without every time changing code manually?

--
Regards,
Alexander
Reply With Quote