This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal


Jul 29, 2015, 1:06 PM
1 Posts

Problem with Api C

  • Category: Application Development
  • Platform: Windows
  • Release: 9.0.1
  • Role: Developer
  • Tags: API
  • Replies: 1

Hi,

Trying to compile on Visual Studio with 9.0 and 9.0.1 API and get error LNK2019 notes0.obj on __imp_printf _Msg@8

If I compilethe  same code with API 8.5.3 it compiles normaly.

 

My code include a console msg as a 1st line AddInLogMessageText("Test" , NO_ERROR) ;  

 

If I run the xxx.exe in a server 9.0.1 (load xxx) it does nothing, but if i run in a 8.5.3 server I can see the message.

 

How to fix the problem with __imp_printf in Notes 9 API ?

Can server 64b run a 32b application ?

Can server 9.0.1 run a 8.5.3 application ?

 

Thanks

Jul 31, 2015, 1:34 PM
26 Posts
No and yes

No Domino 64 cannot run (via load xxx or EXTMGR_ADDINS=) a 32 bits Domino app

Yes a Domino 901 can run a C app compiled with 8.*/7.*/6.* domino c api libs (except Domino 64 on linux 64 because we did not have the libs before 9)


This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal