由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 为什么我的visual C++ 找不到 "Stdafx.h" ?
相关主题
求助:一个Visual C++ 9.0下编译OpenGL code的问题要写 Visual C 下的 DLL 东西
COM本质论调用DLL里面构造函数的一点不解how to link DLL staticly in visual c# ?
问个DLL调用问题linker problem in VC
一个C++ DLL 在VBA中调用的问题how to add binary path for a open source tool in visual studio
visual C++链接不同的第三方library的问题问个C#调用unmanaged C++ DLL的问题
How to run existing C files using Visual C++调用win32 DLL的问题
c++设计一问:如何动态地调用不同的算法的dll ?C#程序调用Windows C++ DLL的问题
Question about COM如何提取一个executable的所有dependency?
相关话题的讨论汇总
话题: dll话题: c++话题: file话题: visual话题: object
进入Programming版参与讨论
1 (共1页)
e******r
发帖数: 220
1
请指点指点.
b***r
发帖数: 7
2
是不是没有正确include 啊。 贴上你的source code.
e******r
发帖数: 220
3
/*******************************************************
File name: DLLCode.h
This file contains all the DLL interfacing object
declarations, in this example:
a class object, two global function object, and
a global integer variable.
Notice: we use the same header file for compiling the
.DLL and the .exe (application).
This header file defines a macro which export the target
DLL objects if we are building
a DLL, otherwise it import the DLL objects into an
applica

【在 b***r 的大作中提到】
: 是不是没有正确include 啊。 贴上你的source code.
b***r
发帖数: 7
4
为什么要用到stdafx.h啊?你又没用MFC.
1 (共1页)
进入Programming版参与讨论
相关主题
如何提取一个executable的所有dependency?visual C++链接不同的第三方library的问题
问一下可能性,MingW生成的DLL和MSVC生成的DLL两个线程同步How to run existing C files using Visual C++
棘手问题:DLL和SOURCEc++设计一问:如何动态地调用不同的算法的dll ?
how to resolve this problem?Question about COM
求助:一个Visual C++ 9.0下编译OpenGL code的问题要写 Visual C 下的 DLL 东西
COM本质论调用DLL里面构造函数的一点不解how to link DLL staticly in visual c# ?
问个DLL调用问题linker problem in VC
一个C++ DLL 在VBA中调用的问题how to add binary path for a open source tool in visual studio
相关话题的讨论汇总
话题: dll话题: c++话题: file话题: visual话题: object