winbase.inl missing in Windows Phone Kits - windows-phone-8

I have some native static library(say MyLib), wich includes windows.h, and I'm trying to reuse it in my WP8 app:
I've copied lib's project file,
renamed it (MyLibWP),
changed platform toolset to Windows Phone 8
tried to build it.
After which I'm getting the following error:
C:\Program Files (x86)\Windows Phone Kits\8.0\Include\winbase.h(10170): fatal error C1083: Cannot open include file: 'winbase.inl': No such file or directory
Kinda weird. Checked the specified folder - it does tell the truth, file is missing.
So, what is wrong with all this stuff?
Edit: tried to copy missing file to \Windows Phone Kits\8.0\Include\ manually, but that doesn't help.

I would reinstall the SDK, I have winbase.h on my machine, at C:\Program Files (x86)\Windows Phone Kits\8.0\Include

Related

HelpNDoc : Problem to generate CHM format help - Error HHC5010

I would like to generate a CHM help file with HelpNDoc.
But I get an error message:
HHC5010: Error: Cannot open "c:\users\philippeDocuments\HelpNDoc\Output\chm\creabook.chm". Compilation stopped.
I tried to create the CHM folder myself, in the "Output" folder but no result.
I'm running Ubuntu 22.04.1 LTS and using Wine as a Windows emulator.
Maybe it's an authorization issue?
What is surprising is that I was able to generate the Word and html documentation.
Is someone can help me ?
I do not use Ubuntu or Wine as an environment and would like to recommend a machine with Windows for compiling CHM help files.
Despite the close connection of CHM help files with the Windows operating system, I do not want to completely exclude the possibility of compiling in a Wine environment.
My good old compiler Error Message Reference shows the following:
HHC5010: Cannot open ""file name"". Compilation stopped.
Problem: The specified file either doesn't exist, or another program has it open and is denying permission to read the file.
Result: The .chm file is corrupt and cannot be used.
Solution: If another program does have the file open, close the program. Otherwise either correct the name in your project file or remove it.
Please make sure that the CHM help file "c:\users\philippeDocuments\HelpNDoc\Output\chm\creabook.chm" is not open in Wine's HTML help viewer by using e.g. wine hh creabook.chm.
Please also try if you can open another CHM help file in your environment. Maybe you have to specify a windows path, e.g.
wine hh.exe `winepatch -w /some/dir/somefile.chm`
As mentioned above, this is somewhat problematic outside of Windows.
See also some notes at Installing Microsoft HTML Workshop under Wine

Warning: Could not find file C:\Users\Harsh Jain\Downloads\com.mysql.jdbc_5.1.5.jar\co

I am getting this error while running the Student Management System project in netbeans Ide project in made in java,jsp,html.Please help me
Your project's build has a dependency on the Java ARchive (.jar file) com.mysql.jdbc_5.1.5
There are two possibilities that I see here, without further details on what you have done so far:
1) You already downloaded the jar, but when you specified the path where your build process is gonna look for that file you had an error in your path ... make sure you have a jar file in C:\Users\Harsh Jain\Downloads\com.mysql.jdbc_5.1.5.jar or C:\Users\Harsh Jain\Downloads\com.mysql.jdbc_5.1.5.jar\com.mysql.jdbc_5.1.5.jar (I'm thinking you might have copied the name of the jar file twice in your path).
2) If you have not manually downloaded that file, then you should do so. You can find that version at http://www.java2s.com/Code/Jar/c/Downloadcommysqljdbc515jar.htm (or elsewhere). Once downloaded, make sure to copy/unzip the actual JAR file to your C:\Users\Harsh Jain\Downloads folder.
Once you have ensured the file is actually on your system AND in the right path, run the build again.

xxx.mex: failed to load: No such file or directory

For some time, I've been using some .mex files I created. Now I have a new computer. I copied all the files over and reinstalled Cygwin and Octave. When I try to execute any of the .mex routines I get a message like:
error: testm: /cygdrive/c/A/Cwin/...../quad.mex: failed to load: No such file or directory
The file is definitely there and I'm having no trouble loading .m files from the same directory. It does not say there is anything wrong with the file. I'm guessing this is some sort of configuration problem. I am running Octave 4.2.1. When I start it, I get the following message:
Octave was configured for "x86_64-unknown-cygwin".
Could that have something to do with it? I think I'm developing x64 paranoia, since all my Excel .dll macros no longer work either. Thanks.

Manually creating windows phone wallet mswallet package

Anyone successfully create an .mswallet package for Windows Phone? I have followed these steps:
Downloaded one of the samples
Modified the mail file WalletItem.xml
Zipped it using 7-zip.
Renamed the extension to .mswallet
Emailed file to myself and
Attempted to import it to my Windows 8.1 phone and received error 82AD0005.
Anyone created such a package?
I had the same problem and same error-numer. Appeared that I've changed the name of the XML file. It must be named: WalletItem.xml and then everything went fine.

Windows CE 6.0 platform builder copying wrong bib files into postproc directory for fmerge

I'm trying to add a dll to my nk.bin file.
The problem I am having is that the platform.bib file which is being copied into the postproc directory and used for the fmerge isn't the same as the platform.bib file I have modified in my platform.
When/how does the postproc copy the bib files into the postproc directory.
Any help will be much appreciated.
Thanks,
Steve