Advertisement
Advertisement
| 05.21.2008 at 03:04AM PDT, ID: 23420150 |
|
[x]
Attachment Details
|
||
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: |
static void Main()
{
try
{
// call dummy-method to check if DLL is available
tlx_lib.Main.GetLibraryRelease();
}
catch
{
MessageBox.Show("tlx_lib.dll not found!");
}
//...
}
|