How to export to shapefile. Shapelib129.dll is missing - oracle

I am trying to use SDO2SHP.exe in order to export some spatial data from Oracle for use later with shp2pgsql in order to import it to a postgresql database. I receive the error:
"The program can't start because shapelib129.dll is missing from your computer. Try reinstalling the program to fix this problem."
Has anyone come across this problem before? If so what is the solution. The obvious thing would be to download the dll from somewhere however I cannot seem to find it. There is not the option to install the program as it is simply an executable file.
P.S. If anyone could add a custom tag I would appreciate the sdo2shp tag being added. Apparently it hasnt been used before.

The file shapelib129.dll can be found in the following location:
\sdo2shp\Libs\SHAPELIB\Delphi\
This file must then be copied into the same directory as your SDO2Shp.exe executable file in order to allow it to work.

Related

VS Code default path problem with SFML header

I have been trying to get this to work for two days now. I have read every forum thread I could find and I still don't have a solution. I am trying to use the SFML libraries on a mac in VS code and I am getting the error "fatal error: 'SFML/Graphics.hpp' file not found". I used cmake to build the libraries with the Unix makefiles, and transferred the dylib files into my working directory and libraries folder.
I have created a make file that links my compiler to the libraries and double checked my pathing but it still isn't working. Curiously it can find the header file when I write "src/include/" before the header but I would like this to work without me having to manually add that to every include within the header files. I think the problem is to do with my default path but I can't figure out how to fix it. I have tried using multiple paths in the default file path in "c_cpp_properties.json" but nothing I have tried has worked.
Any help would be a lifesaver. I have attached some images to help spot any problems.
My main.cpp
My current default path
My make file
Thanks

how to download source jar file for org.gradle.kotlin.dsl

Is there any way to download gradle-kotlin-dsl-6.6.1.jar source file by idea or manually with a link?
I wanted to read the source code of the functions in this dependency, I couldn't find the source code also.
I reasoned that, since the plugin is working for me, the code must've been downloaded. What I've found is that (in Android Studio under Linux), if I ctrl-click on a keyword in (anything, I think, but in this case) a build.kts file it takes me to the definition.
Doing this, I can then hover my cursor on the tab name and it shows me where the file is. Mine is way down under /.gradle, but the point is it does tell me where.
So, while I haven't found the jar file itself, I'm thinking that each of the files found like this are part of it. Does that help enough, or at least a bit?

Could not copy the file "..\HiQPdf.dep" because it was not found

I get this build error after trying to use HTML to PDF Converter Library for .NET. I copy over the dll, dep and xml files from the ZIPped folder downloaded from the website but when I compile my code, the HiQPdf.dep disappears.
The FAQs from the website say to change the execute permissions of the HiQPdf.dep file but after i do this, it still doesn't work.
How can i get rid of this error?
I resolved this by changing the execute permissions on the HiQPdf.dep file and then changing it to read-only. I don't see how this is a stable or logical fix but it is working now.
I solved this issue by just removing & re-adding the dll.

MSBuild The import project <x> was not found

I'm getting an error that "The import project '[file path here]' was not found. Confirm that the path in the declaration is correct, and that the file exists on disk."
However, I can confirm that [file path here] is correct and does represent an accurate file that does exist on the disk. Running as administrator does not fix the problem, restarting VS does not fix the problem, and expanding the environmental variables that create the path do not fix the problem.
Edit: The file is on a local disk, not a share, and my account is a local administrator, so there are no possible permissions issues here (especially since running as admin didn't resolve the issue)
Edit2: This only happens with isolated files and is not systemic through all imported projects.
Any suggestions?
You can use Process Monitor from Sysinternals tools to check what paths are actually accessed during the build. This should give you the idea of what is missing. Make sure to filter only for required process and from you description it seems you need only to check file system access. Otherwise you will get a lot of events and it will be much harder to troubleshoot the issue.
It would appear that since there was a conditional on the Identifier i was using allowing others to override it, a different file was overriding it with the same identifier but with a space, removing the conditional fixed the problem.
Key takeaway here, make sure you know who and what are setting your variables.

How to fix opengl.dll error

can someone help me with this error!
"The PROGRAM CANT START because OPENGL.DLL is missing from your system."
I already put the h. and .dll files in the specific directories. i'm working on a 64 bit window 7. microsoft visual c++.
Most systems already have OPENGL.DLL in the Windows System directory.
The way to diagnose this error is to run Dependency Walker (download here).
Run it and open up your .EXE file - and it will tell you specifically what DLL it can't locate, or which is loaded but is not compatible.
OPENGL.DLL
You are sure about that name. Wasn't it opengl32.dll?
I already put the h. and .dll files in the specific directories
Never(!) do this with opengl32.dll. This is a system DLL and must not be overridden by shipping one own's with the program. If you do this, you may very likely end up with not getting HW acceleration.
I had a similar issue and discovered that I had deleted the following line before pasting the test code:
#include "stdafx.h"
Make sure you have the line as above before pasting the test code.
Maybe you could go to one of your friends , and copy this .dll file from his system dictionary

Resources