View Single Post
Old 03 April 2022, 20:11   #1395
Thomas Richter
Registered User
 
Join Date: Jan 2019
Location: Germany
Posts: 3,233
Quote:
Originally Posted by kas1e View Post
@All
Is there anything which can bring an warning about "A process called a DOS function with a non longword-aligned Anchor. Function: "MatchFirst()" " even if in the code i didn't have MatchFirst calls at all.

Can it be that link libraries use it inderectly somehow ? Or some other DOS/etc functions may use it under the hood ?
The dos.library does not call MatchFirst() internally, but some pattern matching function in your compiler could. This type of problem is typical if the anchor path structure is placed on the stack. This looks more like a problem in one of the compiler support libraries.
Thomas Richter is offline  
 
Page generated in 0.07815 seconds with 11 queries