2009年12月15日

Calling C Library Routines from Java

摘要: http://www.ddj.com/cpp/184405381Here's a technique for calling C library routines directly from Java, saving you the trouble of rewriting code in Java while gaining portability via Java Virtual Machin... 阅读全文

posted @ 2009-12-15 16:18 cy163 阅读(816) 评论(1) 推荐(0) 编辑

使用 SWIG 实现 Java 调用 C++ DLL

摘要: http://swig.sourceforge.net/Welcome to SWIG[ Chinese ] SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages. SWIG is used ... 阅读全文

posted @ 2009-12-15 15:29 cy163 阅读(2389) 评论(1) 推荐(0) 编辑

如何以 JAVA call 一個現有的 dll 檔?

摘要: 如何以 JAVA call 一個現成的 dll 檔?http://ehome.hifly.to/showthread.php?threadid=750版主大大您好,小弟又有問題要向您討教。 問題: 老闆拿來一支 dll 檔,是控制印表機用的。 但附的 sample 是以 VB6.0 所寫的,程式宣告方式: Public Declare Function UTL_T28_Enable Lib "ut... 阅读全文

posted @ 2009-12-15 15:12 cy163 阅读(3401) 评论(0) 推荐(0) 编辑

一种实现 Java调用C++的DLL的方法

摘要: http://topic.csdn.net/t/20020917/14/1030420.html感谢大家支持,这几天我在IBM中文及SUN官方网站中找了不少关于JNI的文章,受益非浅,希望 有相关问题的朋友,可到那找查相关资料. 1)在 Windows 中实现 Java 本地方法 http://www-900.ibm.com/developerWorks/cn/java/jnimthds/... 阅读全文

posted @ 2009-12-15 14:53 cy163 阅读(7224) 评论(0) 推荐(0) 编辑

Java call C Dll DTJCB Bridge2Java Java2COM

摘要: Java call C Dll The java2com Project: A Java to COM Bridge This is development tool for bridging the communication gap between Java and COM applications. It enables the integration of both COM and Jav... 阅读全文

posted @ 2009-12-15 11:25 cy163 阅读(1268) 评论(1) 推荐(0) 编辑

导航