问题描述
Hi Banfa也是Everbody,
我非常乐意帮助你们。
请对我来说真的很紧急。
问题
我的项目中有两个模块1)CMBEDIT 2)SYNTHESIS_TOOL
我有这些文件之间的共同点这两个模块
i)ct.h
ii)ct.cpp
iii)route.h
iv )route.cpp
v)basemolecule.h
vi)basemolecule.cpp
否我必须创建dll(DYnamic Link)库)它将充当这些常见文件的存储库。
当我执行CMBEDIT时,它应该调用(dll)并使用这些文件,反之亦然当我执行SYNTHESIS_TOOL时,它应该调用相同的(dll)并使用这些文件。
我是dll区域的新手,这是我的第一次体验...请写下完整的说明那发生了。我正在使用Visual Studio。我的系统上的NET 2003。
请尽快回复我。这真的很紧急。
等待回复。
Hi Banfa also Everbody,
I''m extremely in help with you guys.
Please Please it is really urgent to me.
Problem
I have two modules in my project 1) CMBEDIT 2) SYNTHESIS_TOOL
I have these files common between these two modules
i) ct.h
ii) ct.cpp
iii) route.h
iv) route.cpp
v) basemolecule.h
vi) basemolecule.cpp
No I have to create dll( DYnamic Link Library ) which will act as a repository for those common files.
When I execute CMBEDIT, it should call (dll) and make use of those files, vice versa When I execute SYNTHESIS_TOOL, it should call same (dll) and make use of those files.
I''m a newbie in dll areas and this is my first experience...PLease write the complete instructions to make that happen. I''m using Visual Studio. NET 2003 on my system.
Please Please reply me as soon as possible. It is really urgent.
Waiting for a reply.
推荐答案
您好Banfa,
我能跟随直到第5步并获得这些文件
1)myDll.h
2)stdafx.h
3)myDll.cpp
4)stdafx.cpp
myDll.cpp的输出似乎是这样的
Hi Banfa,
Thankx for your immediate reply...
I''m able to follow till steps 5 and got these files
1) myDll.h
2) stdafx.h
3) myDll.cpp
4) stdafx.cpp
The output of myDll.cpp seems to be like this
这篇关于创建DLL的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!