Hello CLR
I attached my current project wich contains a Codeblocks DLL, a Codeblocks Demo and a PellesC Demo.
I dont know if its really helpfull because i didnt get it to run yet.
I changed the --kill-at switch wich success (for C) but then the common C++ access for the class was broken.
Without that switch the C++ access works but C doesnt.
The fastcall for 64 bit isnt implemented yet.
I was searching for something like a template wich solves all 3 needs.
Its hard to belive that something like a DLL project doesnt exist wich support:
C and C++ interface for C++ classes for 32 and 64 bit targetting linux and windows.
Well maybe i should give up on universal template and just create multiple makefiles or so this is really getting a bit hard.
Thank you
Edit:
Just saw timo added more files,
i will try them and post results tyvm =)