problem with file dialog

Blitz3D Forums/Blitz3D Beginners Area/problem with file dialog

David(Posted 2004) [#1]
i have a problem with standard open file dialog of windows, i call a dll and all ok, but before i cant load textures in blitz3d, error ocurrs


soja(Posted 2004) [#2]
could you be more specific?


David(Posted 2004) [#3]
i am spanish and my english is bad ;)

i use a dll, this dll is for show a standard open file dialog of windows, i call a dll, close the dialog and before open image, all ok, but i use image error ocurrs, the images loaded previous show this dialog are ok for use.


Neo Genesis10(Posted 2004) [#4]
What is the DLL file and what imported commands are you using? Firstly check the obvious, such as ensuring you arent accidentally clearing images/textures elsewhere or that you mis-load them. Failing that try commenting out the DLL function call and see if it works - it seems unlikely to be a clash but all things should be considered.