Changeset 140


Ignore:
Timestamp:
20/10/00 10:41:52 (12 years ago)
Author:
nexus
Message:
  • Initial Release of the NeXus for Java API.

I apologise for the many messages, but there are a few binary files and
I choose to be careful about the repository

Mark

Location:
trunk
Files:
116 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/napi.c

    r138 r140  
    7171     static void NXNXNXReportError(void *pData, char *string) 
    7272     { 
    73 #if defined(_WIN32) && ( defined(_DLL) || defined(_HDFDLL_) ) && !defined(_CONSOLE) 
     73#if defined(_WIN32) && ( defined(_DLL) || defined(_HDFDLL_) ) && !defined(_CONSOLE) && !defined(JNEXUS) 
    7474/* 
    7575 * printf() output may get lost in Windows applications without a console ... this code 
  • trunk/src/napi.c

    r138 r140  
    7171     static void NXNXNXReportError(void *pData, char *string) 
    7272     { 
    73 #if defined(_WIN32) && ( defined(_DLL) || defined(_HDFDLL_) ) && !defined(_CONSOLE) 
     73#if defined(_WIN32) && ( defined(_DLL) || defined(_HDFDLL_) ) && !defined(_CONSOLE) && !defined(JNEXUS) 
    7474/* 
    7575 * printf() output may get lost in Windows applications without a console ... this code 
Note: See TracChangeset for help on using the changeset viewer.