Best unofficial Apache Server developers community
Username
Forgot password?
Sign in with Twitter account
Sign in with Facebook account

Problem with adding DLL/lib file into VC++ Project


I am developing a VC++ MFC SDI Project. I have to use a bunch of functions from a dll/lib which is provided by the hardware provider (I have to use an external usb hardware). In the source code provided I have a dll file, a lib file, and a folder with a bunch of include (.h ) files. I first added...
View Original Thread
Comments
0
Be the first to comment

Join with account you already have


Sign in with Twitter account
Sign in with Facebook account
Sign in with Google Friend Connect
avatar
Tags: file, hardware, provided, bunch
${project.version} is a problem..
Jul 13, 2010
Hi, I suggest we stop using ${project.version} in 3.0's pom. This maven variable will magicly change when I create a new sub-project which has it own version. For example, When I create a new server assembly "abc" under the assemblies project, and…

Updated: (DIRSERVER-922) Data is "lost" after adding Index to config file
May 26, 2010
[ https://issues.apache.org/jira/browse/DIRSERVER-922?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny updated DIRSERVER-922:

Closed: (DIRSERVER-922) Data is "lost" after adding Index to config file
Jul 22, 2010
[ https://issues.apache.org/jira/browse/DIRSERVER-922?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kiran Ayyagari closed DIRSERVER-922.

Assigned: (DIRSERVER-922) Data is "lost" after adding Index to config file
Jul 22, 2010
[ https://issues.apache.org/jira/browse/DIRSERVER-922?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kiran Ayyagari reassigned DIRSERVER-922:

Re: referring to a jar file outside the project
Aug 28, 2010
Just to complement Antoine's answer, it's currently not possible to reference the parent project using project(...) since its definition is currently not complete at the point when it's evaluated. (Not saying it will be like this forever, just…

Re: referring to a jar file outside the project
Aug 28, 2010
A related subject, for posterity reading this thread: https://cwiki.apache.org/confluence/display/BUILDR/How+to+use+local+.j ar+files+for+compilation On Aug 28, 2010, at 9:43 AM, Antoine Toulme wrote: > I just committed a test (in SVN) to…

Re: referring to a jar file outside the project
Aug 28, 2010
I just committed a test (in SVN) to show how to do it. The secret words are "project.parent". On Sat, Aug 28, 2010 at 08:23, Mark Petrovic <mspet### @gmail.com> wrote: > I have a project consisting of a parent and a child. The child…

Re: referring to a jar file outside the project
Aug 28, 2010
Thanks. Turns out that what I really want to do is a) depend the child on the jar in ../lib, then b) bundle the child classes and ../lib/thejar.jar classes into an uberjar - similar to what the maven shade plugin does. In this case, it's not…

problem in deplyong war file
Jul 1, 2010
Hi, I tried to deploying .war file into Tomcat, But when i login to the manager interface page, the running column, it shows "fail" . How can i make it to become "true" ? Please advice. Looking forward to hear from you. Thanks in advance, Allen …

File Consumer directoryName problem
Jun 4, 2010
I have a configuration problem. The development environment and the production environment have different directory structure. I need a way to parametrize the directoryName with a system property. Is there is a way ? Example : dev :…