ATTENTIONThis FlexSim Community Forum is read-only. Please post any new questions, ideas, or discussions to our new community (we call it Answers) at https://answers.flexsim.com/. Our new Question & Answer site brings a modern, mobile-friendly interface and more focus on getting answers quickly. There are a few differences between how our new Q&A community works vs. a classic, threaded-conversation-style forum like the one below, so be sure to read our Answers Best Practices. |
flexsim.com |
#1
|
|||
|
|||
Updateing a module dll to Flexsim6
Hello I am trying to update a module dll to use it in Flexsim6. I have followed the steps in the 'Updating to a New Version' of the module Development documentation and I have two questions:
|
#2
|
||||
|
||||
Hey Esther,
1. I think it's in the same directory as flexsimcontent.dll, not in the A directory, so C:\Users\<Your User Name>\AppData\Roaming\Flexsim\Flexsim6\. 2. That's a method we took out of the objectdatatype, and for some reason we needed to define it in the dll, so if you go into dllmain.cpp, you should take out the definition of objectdatatype::getvarfastpointeroffset(). |
The Following User Says Thank You to Anthony Johnson For This Useful Post: | ||
Esther Bennett (04-19-2012) |
#3
|
||||
|
||||
In my case the flexsimcontent.dll, *.lib, *.exp and *pdb are in the directory C:\Users\<Your User Name>\AppData\Roaming\Flexsim\Flexsim6\compile\A
The flexsimcontent.dll is also in the directory C:\Users\<Your User Name>\AppData\Roaming\Flexsim\Flexsim6\compile (I'm using Windows 7 64bit and Visual Studio 2010 Professional) |
#4
|
||||
|
||||
Well I keep having problems with this as well. At home my computer shows under users\...\compile\A the files .dll, .exp and .lib
But my laptop shows in that directory only the .dll Both machines have windows 7 64bits and visual studio express 2010 as compiler. On the machine at home also the directories \B and \ipch and \_UpgradeReport_Files are created. Neither of these directories is present at my laptop. Anyone with another suggestion? |
The Following User Says Thank You to Steven Hamoen For This Useful Post: | ||
Carsten Seehafer (06-24-2012) |