Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

Using VC Toolkit to compile C::B

<< < (2/4) > >>

Cyberax:

--- Quote from: sanjivg on September 26, 2005, 10:04:54 am ---Also it would be good if you could come up with some write up to build c::b using Visual Studio.
I am also facing problems while debugging c::b using gdb on windows. i am not able to debug plugins, even after following the suggested method of putting a breakpoint in ScanforPlugins and then by adding the symbol file.

--- End quote ---
There's no need to build C::B using VisualStudio, you can export makefile from C::B and build it using VS's "Makefile project". I'm going to add this to wiki as soon as I have some spare time.

tiwag:

--- Quote from: Cyberax on September 25, 2005, 04:37:28 pm ---I've finally managed to compile C::B using VC 2003 Toolkit (actually, I used VisualStudio 2003) in Unicode. Now it can be debugged using a superb VisualStudio debugger :)
...
You can download patched codeblocks from: http://scb.udsu.ru/~cyberax/codeblocks_vc.zip

--- End quote ---

Hello Cyberaxe
i downloaded your patch but i couldn't find any of the necessary project files to build it with VS2003.
Can you please supply these along with a short description how to build the codeblocks project with VS ?
thanks

Cyberax:

* 1. Compile wxWidgets:
--- Code: ---cd <WXWIN>\build\msw
nmake -f makefile.vc USE_XRC=1 SHARED=1 MONOLITHIC=1 BUILD=debug UNICODE=1 VENDOR=cb clean
nmake -f makefile.vc USE_XRC=1 SHARED=1 MONOLITHIC=1 BUILD=debug UNICODE=1 VENDOR=cb

--- End code ---

[li]2. Open CodeBlocks-wx-vc.cbp with C::B and compile it.[/li]
[/list]

NOTE: C::B and wxWidgets will be compiled in debug mode (VC can't mix debug and release code well enough).

tiwag:

--- Quote from: Cyberax on September 26, 2005, 02:44:50 pm ---...
2. Open CodeBlocks-wx-vc.cbp with C::B and compile it

--- End quote ---

thanks, :shock: didn't see the wood for the trees 

grv575:
Oh, it's just "abc" "cde";

So


--- Code: ---SomeFunc(_("Text, text, text \
                   text continues \
                   end of text"));

--- End code ---
gives extra whitespace or no? (forget)

Anycase I didn't realize it was just standard concatenation.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version