-
nelson_ffg registered the General Public Simulator project.
2004-12-15 11:26:37 UTC in General Public Simulator
-
Dear Srs,
I am the project manager of "simrob". When I first
started the project, my objectives where to design an
open-source robotic simulator but along the way I
decided turn it into a general purpuse systems
simulator. The code is now ready to be posted but I
feel I would be "cheating" on Sourceforge if I posted
the current code under the project "simrob". After all,
you...
2004-12-15 11:01:27 UTC in SourceForge.net
-
When I try to compile the Solid library in Windows I get
the following error when compiling the "C-api.cpp" file:
g++.exe -c C-api.cpp -o C-api.o -I"C:/Dev-
Cpp/include/c++" -I"C:/Dev-
Cpp/include/c++/mingw32" -I"C:/Dev-
Cpp/include/c++/backward" -I"C:/Dev-Cpp/include" -
I"C:/Nelson_Goncalves/IdeiaGenial/Software/Colisao/solid
-2.0.2/include" -DNDEBUG -O3 -mwindows -ffast-math -...
2004-03-25 02:17:08 UTC in Solid
-
Dear Srs,
I have a registrated project , simrob, on sourceforge. I
have looked everywhere on how to add files to my
project but I could not find a way to do it.
What I want to do is:
- add the project homepage file
- add the files containing the source code of the
project
Thank you for your time,
Nelson Goncalves.
2003-10-21 16:51:21 UTC in SourceForge.net
-
Ok, I've got working. What happens is that it in the Project Options if you use the "Add Files" option thing won't work. You have to use "-llibname" and suply the library directory.
Thanks.
2003-10-07 22:47:47 UTC in Dev-C++
-
Hello,
I seem to be stuck when linking libraries (in this case static)
I was reading some previous posts and I've tried everything, even to include manually the option for linking the library (in this case -ldm) but it just won't %$#$% work.
The compiler output is:
Compilador: Default compiler
Executando g++.exe...
g++.exe...
2003-10-01 16:24:48 UTC in Dev-C++
-
What is the difference between .lib and .a library files ?
Is it possible to convert from one type to another ?.
2003-07-09 16:09:29 UTC in Dev-C++
-
The compiler log so far:
Compiller: Default compiler
Building Makefile: "C:\RobotBuilder\Projects\Crank\Control\Makefile.win"
Executing make...
make.exe -f "C:\RobotBuilder\Projects\Crank\Control\Makefile.win" all
dllwrap.exe --output-def libControl.def --driver-name c++ --implib libControl.a Control.o StdAfx.o -L"C:/Dev-Cpp/lib"...
2003-07-09 15:53:31 UTC in Dev-C++
-
I have finally made it work. All I did was import the VC++ project and specify the directories. It now compiles but it does not link to external libraries. So I guess I am doing something wrong.
2003-07-09 15:41:48 UTC in Dev-C++
-
My compiler log, when it is gcc ..., shows that theres is an "-I" option without anything following it.
I thought it was a software bug, so I upgraded to the latest beta version. Although I know that it is a Beta it does not show the error anymore, so I guess it really was a software bug. But I still do not get it to work. I think it is because I am using files originally written...
2003-07-09 15:11:05 UTC in Dev-C++