I don't have visual studio but I have bloodshed dev c++ how do I add project to dev c++ it is possible or not or I can use monodevelop to develop plug in or theres a other development machine you can recommend that is compatible to the sdk besides visual studio studio
Workspace side
Thanks
truespace SDK question
-
DarkScythe
- Senior Chief Petty Officer
- Posts: 243
- Joined: 23 Sep 2009, 08:57
truespace SDK question
-
froo
- Captain
- Posts: 2554
- Joined: 22 May 2009, 12:13
Re: truespace SDK question
Hi DarkScythe. I have not used bloodshed dev C++.
I am not aware of anyone using a dev environment other than Visual Studio.
But, it's worth a try. You will most likely have to add the files to a new project
in bloodshed dev.
Try that and please post how it goes.
I am not aware of anyone using a dev environment other than Visual Studio.
But, it's worth a try. You will most likely have to add the files to a new project
in bloodshed dev.
Try that and please post how it goes.
-
DarkScythe
- Senior Chief Petty Officer
- Posts: 243
- Joined: 23 Sep 2009, 08:57
Re: truespace SDK question
No luck, I tried monodevelop and sharpdevelop although they said they can open .sln and vbproj file it seems untrue all it say is not supported and bloodshed c++ devlopment cannot read or open .sln file.
I am asking question for this because not all have visual studio maybe theres other development machine that can open .sln file.
thanks anyway
I am asking question for this because not all have visual studio maybe theres other development machine that can open .sln file.
thanks anyway
-
froo
- Captain
- Posts: 2554
- Joined: 22 May 2009, 12:13
Re: truespace SDK question
well, you may have to create a 'project' in bloodshed.
Try this; go to the RsExamplesPlugin folder of the sdk.
Create a project in bloodshed. You probably need to use: File-> New
or something similar.
Add these files, from the RsExamplesPluginfolder:
RcHelloWorldCmd.cpp
RcHelloWorldCmd.h
RsCmdFactory.cpp
RsCmdFactory.h
RsDoFactory.cpp
RsDoFactory.h
RsNodeFactory.cpp
RsNodeFactory.h
ExamplePluginGUIDS.h
Resource.h
RiExamplesPlugin.h
RpExamplesPlugin.h
stdafx.h
RsExamplesPlugin.rc
RsExamplesPlugin.rgs
RiExamplesPlugin.cpp
RpExamplesPlugin.cpp
RsExamplesPlugin.cpp
stdafx.cpp
You won't need all of these, to compile the HelloWorld program, but if this works, you need them
for the other projects.
Try this; go to the RsExamplesPlugin folder of the sdk.
Create a project in bloodshed. You probably need to use: File-> New
or something similar.
Add these files, from the RsExamplesPluginfolder:
RcHelloWorldCmd.cpp
RcHelloWorldCmd.h
RsCmdFactory.cpp
RsCmdFactory.h
RsDoFactory.cpp
RsDoFactory.h
RsNodeFactory.cpp
RsNodeFactory.h
ExamplePluginGUIDS.h
Resource.h
RiExamplesPlugin.h
RpExamplesPlugin.h
stdafx.h
RsExamplesPlugin.rc
RsExamplesPlugin.rgs
RiExamplesPlugin.cpp
RpExamplesPlugin.cpp
RsExamplesPlugin.cpp
stdafx.cpp
You won't need all of these, to compile the HelloWorld program, but if this works, you need them
for the other projects.