You are not logged in.

#1 2009-08-06 18:17:13

daysanew
Member

[RESOLVED] using GRRLIB with C++

I saw it mentioned in another post that to use GRRLIB with C++ that there are a few more steps to set it up. As I am much more familiar with C++ then C (yes I know they are  very familiar, that C++ is kinda like an addition to C, but I am not familiar with Cs limitation compared to C++), I was wonder what steps are involved in setting GRRLIB up to be programed using C++

Offline

 

#2 2009-08-06 18:48:35

Crayon
Bad Mother Fucker

Re: [RESOLVED] using GRRLIB with C++

I don't remember what I've done. But I'm pretty sure it was not complicated. Try to compile it and post errors here if any...

This is my C++ project with GRRLIB: http://wiibrew.org/wiki/Wii-Tac-Toe
I use a custom GRRLIB, so be warned...

Offline

 

#3 2009-08-06 23:58:20

daysanew
Member

Re: [RESOLVED] using GRRLIB with C++

Can I type it up and complie it in programmers notepad still, or will I have to use another IDE like visual C++ studio?

Offline

 

#4 2009-08-07 00:29:33

Crayon
Bad Mother Fucker

Re: [RESOLVED] using GRRLIB with C++

Use programmers notepad.

Offline

 

#5 2009-08-07 14:40:43

BlueChip
Moderator

Re: [RESOLVED] using GRRLIB with C++

Latest SVN contains

Code:

#ifdef __cplusplus
   extern "C" {
#endif /* __cplusplus */

so I see no reason why it should not "just work"(tm) with c++

BC


I can be found on efnet, freenode, msn, gtalk, aim, ychat & icq ...PM me for details

Offline

 

Board footer

Powered by FluxBB