Hello im using IDEĀ“S Codeblocks and UDEV with Borland cpp as compiler.
im trying to enable visual style with same code from visual studio
|
pragma comment(linker,"/\manif....")
|
but seems not work on borland, then i receive the following error
"Incorrect use of #pragma comment( <type> [,"string"] )"
there are another way to use pragma to enable visual style?
english is not my primary language, so sorry for any ortographic error.
Last edited on
Not sure what you mean by "visual style". I think pragma comment is only for Visual C++.
Last edited on