由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - how to let c++ program have access to relative path at run time?
相关主题
c++ linking problem调用win32 DLL的问题
请教一个MS Linked List的问题请问C++标准
exe file compild by C++ cannot be run by another computer问几个C++的题
one more c++ question设计一个string class,是应该用linked list还是array?
C++编译的问题Visual C++ Express 很土的问题求救
Really Stupid Question: How to run VC++ 2008 Express (转载)pyQT的性能
一个奇怪的library linking问题(c++, boost.python, shared li (转载)VC++: Module-Definition (.def) Files:
VC2005 C++ link error help【C++算法求助】有个O(n*n)的算法不知道该怎么优化并且并行化计算
相关话题的讨论汇总
话题: path话题: c++话题: program话题: let话题: relative
进入Programming版参与讨论
1 (共1页)
q*****z
发帖数: 191
1
Hi,
I have some dlls that a program calls when it runs. How to let the program
be aware of the location of these files without setup the system "PATH"? I
am using standard C/C++.
Many thanks in advance.
g*****y
发帖数: 7271
2
Maybe you can try run-time dynamic linking by LoadLibrary.

【在 q*****z 的大作中提到】
: Hi,
: I have some dlls that a program calls when it runs. How to let the program
: be aware of the location of these files without setup the system "PATH"? I
: am using standard C/C++.
: Many thanks in advance.

1 (共1页)
进入Programming版参与讨论
相关主题
【C++算法求助】有个O(n*n)的算法不知道该怎么优化并且并行化计算C++编译的问题
为什么Cache LRU多用doubly linked list而不是single linked list来实现呢?Really Stupid Question: How to run VC++ 2008 Express (转载)
怎么将linked list 存储到文件中去呀一个奇怪的library linking问题(c++, boost.python, shared li (转载)
What language I should use?VC2005 C++ link error help
c++ linking problem调用win32 DLL的问题
请教一个MS Linked List的问题请问C++标准
exe file compild by C++ cannot be run by another computer问几个C++的题
one more c++ question设计一个string class,是应该用linked list还是array?
相关话题的讨论汇总
话题: path话题: c++话题: program话题: let话题: relative