Am using eVC++ 4.0 for development of application for ARM based WINCE
target platform.
I have a dll which exports a function with "UNALIGNED long pointer "
as an argument. The application from which i call this function is
giving "Unresolved external symbol" linker error. Am doing static
linking of library.
If i rebuild the library code by removing the UNALIGNED keyword, my
application is able to link with no errors.
Please help.
Thanks,