Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #15866
| From | Roedy Green <see_website@mindprod.com.invalid> |
|---|---|
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: On Windows 7, How do you reference a "static library" (a dot lib) in NetBeans |
| Date | 2012-07-07 21:18 -0700 |
| Organization | Canadian Mind Products |
| Message-ID | <hf2iv79eh44pj7kkpl7cn129o6mje31fp1@4ax.com> (permalink) |
| References | <e90908a3-8178-4ee8-8cdb-4eed92391101@googlegroups.com> |
On Wed, 27 Jun 2012 10:59:26 -0700 (PDT), clusardi2k@aol.com wrote, quoted or indirectly quoted someone who said : > >My question is how do you reference a static library within NetBeans? You use JNI. You have to write some Java glue code. You put all your C/C++ in a DLL. You use System.load or System.loadlibrary see http://mindprod.com/jgloss/jni.html -- Roedy Green Canadian Mind Products http://mindprod.com Why do so many operating systems refuse to define a standard temporary file marking mechanism? It could be a reserved lead character such as the ~ or a reserved extension such as .tmp. It could be a file attribute bit. Because they refuse, there is no fool-proof way to scan a disk for orphaned temporary files and delete them. Further, you can't tell where the orhaned files ame from. This means the hard disks gradually fill up with garbage.
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
On Windows 7, How do you reference a "static library" (a dot lib) in NetBeans clusardi2k@aol.com - 2012-06-27 10:59 -0700
Re: On Windows 7, How do you reference a "static library" (a dot lib) in NetBeans Andreas Leitgeb <avl@gamma.logic.tuwien.ac.at> - 2012-06-27 18:21 +0000
Re: On Windows 7, How do you reference a "static library" (a dot lib) in NetBeans Arne Vajhøj <arne@vajhoej.dk> - 2012-06-27 22:11 -0400
Re: On Windows 7, How do you reference a "static library" (a dot lib) in NetBeans bilsch <bilsch01@gmail.com> - 2012-07-07 03:16 -0700
Re: On Windows 7, How do you reference a "static library" (a dot lib) in NetBeans Roedy Green <see_website@mindprod.com.invalid> - 2012-07-07 21:18 -0700
Re: On Windows 7, How do you reference a "static library" (a dot lib) in NetBeans Arne Vajhøj <arne@vajhoej.dk> - 2012-08-19 21:27 -0400
csiph-web