NetTalk Central

Author Topic: Compile warning message in NT7.31  (Read 1518 times)

Rob Kolanko

  • Sr. Member
  • ****
  • Posts: 253
    • View Profile
Compile warning message in NT7.31
« on: November 29, 2013, 02:54:53 PM »
Hi Bruce,
First impression of NT7.31 are great. The positional locators are working well for me. Thank-you for the enhancements.
In the current web server application, I am using email class to send emails. When compiling the application I received a warning that the self._ProcessResizeWholeMessage(eml.Length()) function is being called as a procedure in your new ProcessEML method in NetEmail.clw. My application is sending emails just fine, however I believe this function has to do with receiving emails.  Anyway I like to keep my compiles clean, can I put a "proc" attribute on the  _ProcessResizeWholeMessage function declaration?

Rob

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11204
    • View Profile
Re: Compile warning message in NT7.31
« Reply #1 on: November 29, 2013, 07:58:23 PM »
Yes