Hi I am trying to write a helper function for my DLL so that I can call it
from another function like in Wcautil. However it says error C3861:
'AppendCapEntry': identifier not found

 

This is how I declare my helper function:

static HRESULT AppendCapEntry(__in LPWSTR lpszString)

 

And call it like this:

AppendCapEntry(ComPort);

 

What am I doing wrong?

Kind Regards,

 

Natalie Carr

 

------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to