c# DLL 找不到進入點?? / C# / 程式設計俱樂部
2005/4/8 下午 02:15:33 出現找不到名稱為test的進入點.... 請問我哪裡做錯了?? 拜託~~ /* test.dll */ using System; namespace test {public class testlib {public int test(int a, int b) {return( a + b );}}} /* app1.exe */ using System; using System.Drawing;
www.programmer-club.com.tw |