![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Parse and replace string in filename | chengwei | Shell Programming and Scripting | 17 | 09-05-2008 12:06 PM |
| grep string and output filename | happyv | Shell Programming and Scripting | 3 | 11-20-2007 12:16 AM |
| test if a filename exists with specified string (ksh) | bob122480 | Shell Programming and Scripting | 6 | 01-21-2007 03:47 PM |
| Appending to filename a string of text grep finds | HLee1981 | Shell Programming and Scripting | 3 | 09-06-2005 03:44 PM |
| need help on sed (replace string without changing filename) | jjoves | Shell Programming and Scripting | 5 | 10-24-2004 05:58 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
filename to string
working with the Win32API
I am trying to implement a function in my program that will take the full filename and path of a shortcut (.lnk) file and returns an std::string that is the path+filename+arguments of the program to run, and also a STARTUPINFO structure that can be passed to CreateProcess along with the string. Anyways, it requires shobjidl.h and shobjidl.idl, neither of which come with Dev-C++ 4.9.9.2. If I had these files, or if I had MSVC++, I could use MSDN's example and be on my way. But I don't have either of those. Is there any way to resolve (run the program) from a shortcut with Dev-C++? Shashidhar Iddamsetty |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|