Charles,
The VisualStudio 2008 C++ does create a single executable. I build the JSBSim DLL the following way:
-- in the JSBSim project change "EXE" type to "DLL"
-- in the same solution create another project for JSBSim executable; set the "EXE" type
-- move the JSBSim.cpp from the "DLL" to the new "EXE"
-- set dependency between these two projects
Petr
-----Original Message-----
From: Charles Paul [mailto:cha...@gm...]
Sent: Wednesday, May 19, 2010 1:33 AM
To: jsb...@li...
Cc: Development issues
Subject: Re: [Jsbsim-python-devel] [Jsbsim-devel] Compiling JSBSim sharedlibraries on Windows 7 (32bit)
Thanks Anders,
Yes, I am building the CVS of JSBSim. The build itself runs fine and compiles.
Do you remember having to choose the "DLL" configuration type in the
project properties? Selecting this option produces a DLL.
I am going to move this discussion to the jsbsim-python list. As I
believe I will probably run into issues with python 26 and scons.
Thanks,
Charles
On Tue, May 18, 2010 at 5:24 PM, Anders Gidenstam
<and...@gi...> wrote:
> On Tue, 18 May 2010, Charles Paul wrote:
>
>> Hello,
>>
>> I am trying to compile JSBSim with VisualStudio 2008 C++ for eventual
>> use with jsbsim-python. Is there a trick for this (so-to-speak)?
>
> Hi,
>
> Are you running into problems? When I tried it a while back I think all I
> had to do was opening the project file JSBSim.vcproj and select build.
> I know I have some small changes in my work directory on my windows box,
> but I think those were only related to warnings.
>
> I hope you are trying to build JSBSim/CVS and not some probably old tar.gz
> archive?
>
> Cheers,
>
> Anders
> --
> ---------------------------------------------------------------------------
> Anders Gidenstam
> WWW: http://www.gidenstam.org/FlightGear/
>
> ------------------------------------------------------------------------------
>
> _______________________________________________
> Jsbsim-devel mailing list
> Jsb...@li...
> https://lists.sourceforge.net/lists/listinfo/jsbsim-devel
> _______________________________________________
> The JSBSim Flight Dynamics Model project
> http://www.JSBSim.org
> _______________________________________________
>
>
------------------------------------------------------------------------------
_______________________________________________
Jsbsim-python-devel mailing list
Jsb...@li...
https://lists.sourceforge.net/lists/listinfo/jsbsim-python-devel
|